Skip to content

test: fix test-tls-getcipher#853

Closed
silverwind wants to merge 1 commit into
nodejs:v1.xfrom
silverwind:fix-test-tls-getcipher
Closed

test: fix test-tls-getcipher#853
silverwind wants to merge 1 commit into
nodejs:v1.xfrom
silverwind:fix-test-tls-getcipher

Conversation

@silverwind
Copy link
Copy Markdown
Contributor

As discussed in #826.

cc: @bnoordhuis

@mscdex
Copy link
Copy Markdown
Contributor

mscdex commented Feb 15, 2015

Shouldn't the commit line have a "test:" prefix instead of "tls:"?

@silverwind
Copy link
Copy Markdown
Contributor Author

I was unsure about that, you're probably right.

The test blindly assumes that the default cipher suite supports RC4
ciphers. This corrects the case where RC4 might not be available in the
default ciphers by setting the client to use the same suite as the
server.
@silverwind silverwind force-pushed the fix-test-tls-getcipher branch from f6a63ed to d5ac246 Compare February 15, 2015 17:36
@silverwind silverwind changed the title tls: fix test-tls-getcipher test: fix test-tls-getcipher Feb 15, 2015
bnoordhuis pushed a commit that referenced this pull request Feb 15, 2015
The test blindly assumes that the default cipher suite supports RC4
ciphers. This corrects the case where RC4 might not be available in the
default ciphers by setting the client to use the same suite as the
server.

PR-URL: #853
Reviewed-By: Ben Noordhuis <[email protected]>
@bnoordhuis
Copy link
Copy Markdown
Member

Thanks Roman, landed in 30e340a. I wouldn't have minded if you had made it part of the original pull request but this way is fine too.

@bnoordhuis bnoordhuis closed this Feb 15, 2015
@rvagg rvagg mentioned this pull request Feb 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants